home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / gnome-system-log / gnome-system-log-descript.db < prev    next >
Encoding:
Text File  |  2007-04-09  |  3.3 KB  |  71 lines

  1. #
  2. # Database with description of text messages in english. The idea
  3. # of separating tags from descriptions is useful for translations
  4. # (good idea miguel!)
  5. #
  6. # Format is very simple:
  7. #
  8. #   [tag]:[description]
  9. #
  10. # No need to explain. Caveat: for now the ':' can't be used as part of
  11. # the tag (but it can be used in the message). Another thing: the
  12. # description cannot have '\n'. I'll remove this restriction later.
  13. #
  14.  
  15. # Kernel messages
  16. #
  17. mesg1:This is message description number 1.
  18. mesg2:This is message description number 2.
  19. mesg3:This is message description number 3.
  20. default kernel:These messages are generated by the operating system kernel. They include purely informational messages, or warnings, or errors from subsystems like hardware drivers, networks or filesystems,or process, resource and user accounting.
  21.  
  22. # pppd messages
  23. #
  24.  
  25. local ip:This indicates the local IP that the PPP server asigned to the machine when it connected.
  26. remote ip:This indicates the remote IP of the PPP server.
  27. default pppd:The  Point-to-Point  Protocol  (PPP) provides a method for transmitting datagrams over serial  point-to-point  links.  PPP is composed of three parts: a method for encapsulating datagrams over serial links, an  extensible  Link  Control Protocol  (LCP), and a family of Network Control Protocols (NCP) for establishing and configuring different  network-layer protocols.
  28.  
  29. # syslogd 
  30. #
  31.  
  32. syslogd restart:The syslogd daemon (the program that writes on the log file) was restarted. Be careful: this could mean that someone messed up with it. Most probably it was restarted when rotating logs or when the machine rebooted.
  33.  
  34. # PAM_pwdb
  35. #
  36.  
  37. pam authfail:Authentication of a user failed, this means the user has tried to log in but did not enter a correct password.
  38. su opened:A user has invoked the setuid program to change its user id. This will let you know if a user has gained root provileges. Make sure you know who generated this messages.
  39. su closed:A user closed a su session that he had previously opened.
  40. default pam:A message from the pam authentication system.  These messages concern users logging in and out and other authentication issues.
  41.  
  42. # chat
  43. #
  44.  
  45. default chat:These messages are generated by the chat program. This program defines a conversational exchange between the computer and the modem.  Its  primary  purpose  is  to establish the connection between the Point-to-Point Protocol Daemon (pppd) and the remote's pppd process.
  46.  
  47.  
  48. # Cardmgr
  49. #
  50. default cardmgr:A message from the cardmgr daemon.  This daemon manages your PCMCIA cards.
  51.  
  52. # Apmd
  53. #
  54. default apmd:A message from the apmd daemon.  This daemon looks for and logs changes in your battery and power status.
  55.  
  56. # Gnome
  57. #
  58.  
  59. default gconfd:This is a message coming from gconfd, the GNOME configuration daemon
  60. default gdm:This is a message coming from GDM, the GNOME Display Manager.  This is the program that allows you to graphically log in.
  61. default gnome-name-server:This is a message from the GNOME name server, this program manages the resolution of CORBA names.
  62.  
  63. # Misc
  64. #
  65.  
  66. default network:A message from the network startup script.
  67. default ifup:A message concerting bringing up of a network interface.
  68. default ifdown:A message concerting bringing down of a network interface.
  69. default rc.sysinit:A message from the system startup script.
  70. default init:A message from init, the mother of all processes.
  71.